157. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2020-08-14 00:01:39 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

157.1 Files compared

#LocationFileLast Modified
1Porto v3.2.3/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto_rtl/web/bootstrap/cssbootstrap-theme.css2015-11-23 08:37:12 +0000
22020-08-14 00:01:39 +0000

157.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged00
Changed00
Inserted00
Removed1541

157.3 Comparison options

WhitespaceConsecutive whitespace is treated as a single space
Character caseDifferences in character case are significant
Line endingsDifferences in line endings (CR and LF characters) are ignored
CR/LF charactersNot shown in the comparison detail
Active line-pairing rules

157.4 Active regular expressions

No regular expressions were active.

157.5 Comparison detail

1 /*!    
2  * Bootstrap v3.3.5 (http://getbootstrap.com)    
3  * Copyright 2011-2015 Twitter, Inc.    
4  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)    
5  */    
6 .btn-default,    
7 .btn-primary,    
8 .btn-success,    
9 .btn-info,    
10 .btn-warning,    
11 .btn-danger {    
12   text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);    
13   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);    
14           box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);    
15 }    
16 .btn-default:active,    
17 .btn-primary:active,    
18 .btn-success:active,    
19 .btn-info:active,    
20 .btn-warning:active,    
21 .btn-danger:active,    
22 .btn-default.active,    
23 .btn-primary.active,    
24 .btn-success.active,    
25 .btn-info.active,    
26 .btn-warning.active,    
27 .btn-danger.active {    
28   -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);    
29           box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);    
30 }    
31 .btn-default.disabled,    
32 .btn-primary.disabled,    
33 .btn-success.disabled,    
34 .btn-info.disabled,    
35 .btn-warning.disabled,    
36 .btn-danger.disabled,    
37 .btn-default[disabled],    
38 .btn-primary[disabled],    
39 .btn-success[disabled],    
40 .btn-info[disabled],    
41 .btn-warning[disabled],    
42 .btn-danger[disabled],    
43 fieldset[disabled] .btn-default,    
44 fieldset[disabled] .btn-primary,    
45 fieldset[disabled] .btn-success,    
46 fieldset[disabled] .btn-info,    
47 fieldset[disabled] .btn-warning,    
48 fieldset[disabled] .btn-danger {    
49   -webkit-box-shadow: none;    
50           box-shadow: none;    
51 }    
52 .btn-default .badge,    
53 .btn-primary .badge,    
54 .btn-success .badge,    
55 .btn-info .badge,    
56 .btn-warning .badge,    
57 .btn-danger .badge {    
58   text-shadow: none;    
59 }    
60 .btn:active,    
61 .btn.active {    
62   background-image: none;    
63 }    
64 .btn-default {    
65   text-shadow: 0 1px 0 #fff;    
66   background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);    
67   background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);    
68   background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));    
69   background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);    
70   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);    
71   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);    
72   background-repeat: repeat-x;    
73   border-color: #dbdbdb;    
74   border-color: #ccc;    
75 }    
76 .btn-default:hover,    
77 .btn-default:focus {    
78   background-color: #e0e0e0;    
79 }    
80 .btn-default:active,    
81 .btn-default.active {    
82   background-color: #e0e0e0;    
83   border-color: #dbdbdb;    
84 }    
85 .btn-default.disabled,    
86 .btn-default[disabled],    
87 fieldset[disabled] .btn-default,    
88 .btn-default.disabled:hover,    
89 .btn-default[disabled]:hover,    
90 fieldset[disabled] .btn-default:hover,    
91 .btn-default.disabled:focus,    
92 .btn-default[disabled]:focus,    
93 fieldset[disabled] .btn-default:focus,    
94 .btn-default.disabled.focus,    
95 .btn-default[disabled].focus,    
96 fieldset[disabled] .btn-default.focus,    
97 .btn-default.disabled:active,    
98 .btn-default[disabled]:active,    
99 fieldset[disabled] .btn-default:active,    
100 .btn-default.disabled.active,    
101 .btn-default[disabled].active,    
102 fieldset[disabled] .btn-default.active {    
103   background-color: #e0e0e0;    
104   background-image: none;    
105 }    
106 .btn-success {    
107   background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);    
108   background-image:      -o-linear-gradient(top, #5cb85c 0%, #419641 100%);    
109   background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));    
110   background-image:         linear-gradient(to bottom, #5cb85c 0%, #419641 100%);    
111   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);    
112   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);    
113   background-repeat: repeat-x;    
114   border-color: #3e8f3e;    
115 }    
116 .btn-success:hover,    
117 .btn-success:focus {    
118   background-color: #419641;    
119   background-position: 0 -15px;    
120 }    
121 .btn-success:active,    
122 .btn-success.active {    
123   background-color: #419641;    
124   border-color: #3e8f3e;    
125 }    
126 .btn-success.disabled,    
127 .btn-success[disabled],    
128 fieldset[disabled] .btn-success,    
129 .btn-success.disabled:hover,    
130 .btn-success[disabled]:hover,    
131 fieldset[disabled] .btn-success:hover,    
132 .btn-success.disabled:focus,    
133 .btn-success[disabled]:focus,    
134 fieldset[disabled] .btn-success:focus,    
135 .btn-success.disabled.focus,    
136 .btn-success[disabled].focus,    
137 fieldset[disabled] .btn-success.focus,    
138 .btn-success.disabled:active,    
139 .btn-success[disabled]:active,    
140 fieldset[disabled] .btn-success:active,    
141 .btn-success.disabled.active,    
142 .btn-success[disabled].active,    
143 fieldset[disabled] .btn-success.active {    
144   background-color: #419641;    
145   background-image: none;    
146 }    
147 .btn-info {    
148   background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);    
149   background-image:      -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);    
150   background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));    
151   background-image:         linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);    
152   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);    
153   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);    
154   background-repeat: repeat-x;    
155   border-color: #28a4c9;    
156 }    
157 .btn-info:hover,    
158 .btn-info:focus {    
159   background-color: #2aabd2;    
160   background-position: 0 -15px;    
161 }    
162 .btn-info:active,    
163 .btn-info.active {    
164   background-color: #2aabd2;    
165   border-color: #28a4c9;    
166 }    
167 .btn-info.disabled,    
168 .btn-info[disabled],    
169 fieldset[disabled] .btn-info,    
170 .btn-info.disabled:hover,    
171 .btn-info[disabled]:hover,    
172 fieldset[disabled] .btn-info:hover,    
173 .btn-info.disabled:focus,    
174 .btn-info[disabled]:focus,    
175 fieldset[disabled] .btn-info:focus,    
176 .btn-info.disabled.focus,    
177 .btn-info[disabled].focus,    
178 fieldset[disabled] .btn-info.focus,    
179 .btn-info.disabled:active,    
180 .btn-info[disabled]:active,    
181 fieldset[disabled] .btn-info:active,    
182 .btn-info.disabled.active,    
183 .btn-info[disabled].active,    
184 fieldset[disabled] .btn-info.active {    
185   background-color: #2aabd2;    
186   background-image: none;    
187 }    
188 .btn-warning {    
189   background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);    
190   background-image:      -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);    
191   background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));    
192   background-image:         linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);    
193   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);    
194   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);    
195   background-repeat: repeat-x;    
196   border-color: #e38d13;    
197 }    
198 .btn-warning:hover,    
199 .btn-warning:focus {    
200   background-color: #eb9316;    
201   background-position: 0 -15px;    
202 }    
203 .btn-warning:active,    
204 .btn-warning.active {    
205   background-color: #eb9316;    
206   border-color: #e38d13;    
207 }    
208 .btn-warning.disabled,    
209 .btn-warning[disabled],    
210 fieldset[disabled] .btn-warning,    
211 .btn-warning.disabled:hover,    
212 .btn-warning[disabled]:hover,    
213 fieldset[disabled] .btn-warning:hover,    
214 .btn-warning.disabled:focus,    
215 .btn-warning[disabled]:focus,    
216 fieldset[disabled] .btn-warning:focus,    
217 .btn-warning.disabled.focus,    
218 .btn-warning[disabled].focus,    
219 fieldset[disabled] .btn-warning.focus,    
220 .btn-warning.disabled:active,    
221 .btn-warning[disabled]:active,    
222 fieldset[disabled] .btn-warning:active,    
223 .btn-warning.disabled.active,    
224 .btn-warning[disabled].active,    
225 fieldset[disabled] .btn-warning.active {    
226   background-color: #eb9316;    
227   background-image: none;    
228 }    
229 .btn-danger {    
230   background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);    
231   background-image:      -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);    
232   background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));    
233   background-image:         linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);    
234   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);    
235   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);    
236   background-repeat: repeat-x;    
237   border-color: #b92c28;    
238 }    
239 .btn-danger:hover,    
240 .btn-danger:focus {    
241   background-color: #c12e2a;    
242   background-position: 0 -15px;    
243 }    
244 .btn-danger:active,    
245 .btn-danger.active {    
246   background-color: #c12e2a;    
247   border-color: #b92c28;    
248 }    
249 .btn-danger.disabled,    
250 .btn-danger[disabled],    
251 fieldset[disabled] .btn-danger,    
252 .btn-danger.disabled:hover,    
253 .btn-danger[disabled]:hover,    
254 fieldset[disabled] .btn-danger:hover,    
255 .btn-danger.disabled:focus,    
256 .btn-danger[disabled]:focus,    
257 fieldset[disabled] .btn-danger:focus,    
258 .btn-danger.disabled.focus,    
259 .btn-danger[disabled].focus,    
260 fieldset[disabled] .btn-danger.focus,    
261 .btn-danger.disabled:active,    
262 .btn-danger[disabled]:active,    
263 fieldset[disabled] .btn-danger:active,    
264 .btn-danger.disabled.active,    
265 .btn-danger[disabled].active,    
266 fieldset[disabled] .btn-danger.active {    
267   background-color: #c12e2a;    
268   background-image: none;    
269 }    
270 .thumbnail,    
271 .img-thumbnail {    
272   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);    
273           box-shadow: 0 1px 2px rgba(0, 0, 0, .075);    
274 }    
275 .dropdown-menu > li > a:hover,    
276 .dropdown-menu > li > a:focus {    
277   background-color: #e8e8e8;    
278   background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);    
279   background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);    
280   background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));    
281   background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);    
282   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);    
283   background-repeat: repeat-x;    
284 }    
285 .dropdown-menu > .active > a,    
286 .dropdown-menu > .active > a:hover,    
287 .dropdown-menu > .active > a:focus {    
288   background-color: #2e6da4;    
289   background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);    
290   background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);    
291   background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));    
292   background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);    
293   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);    
294   background-repeat: repeat-x;    
295 }    
296 .navbar-default {    
297   background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);    
298   background-image:      -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);    
299   background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));    
300   background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);    
301   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);    
302   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);    
303   background-repeat: repeat-x;    
304   border-radius: 4px;    
305   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);    
306           box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);    
307 }    
308 .navbar-default .navbar-nav > .open > a,    
309 .navbar-default .navbar-nav > .active > a {    
310   background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);    
311   background-image:      -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);    
312   background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));    
313   background-image:         linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);    
314   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);    
315   background-repeat: repeat-x;    
316   -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);    
317           box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);    
318 }    
319 .navbar-brand,    
320 .navbar-nav > li > a {    
321   text-shadow: 0 1px 0 rgba(255, 255, 255, .25);    
322 }    
323 .navbar-inverse {    
324   background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);    
325   background-image:      -o-linear-gradient(top, #3c3c3c 0%, #222 100%);    
326   background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));    
327   background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);    
328   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);    
329   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);    
330   background-repeat: repeat-x;    
331   border-radius: 4px;    
332 }    
333 .navbar-inverse .navbar-nav > .open > a,    
334 .navbar-inverse .navbar-nav > .active > a {    
335   background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);    
336   background-image:      -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);    
337   background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));    
338   background-image:         linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);    
339   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);    
340   background-repeat: repeat-x;    
341   -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);    
342           box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);    
343 }    
344 .navbar-inverse .navbar-brand,    
345 .navbar-inverse .navbar-nav > li > a {    
346   text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);    
347 }    
348 .navbar-static-top,    
349 .navbar-fixed-top,    
350 .navbar-fixed-bottom {    
351   border-radius: 0;    
352 }    
353 @media (max-width: 767px) {    
354   .navbar .navbar-nav .open .dropdown-menu > .active > a,    
355   .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,    
356   .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {    
357     color: #fff;    
358     background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);    
359     background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);    
360     background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));    
361     background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);    
362     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);    
363     background-repeat: repeat-x;    
364   }    
365 }    
366 .alert {    
367   text-shadow: 0 1px 0 rgba(255, 255, 255, .2);    
368   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);    
369           box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);    
370 }    
371 .alert-success {    
372   background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);    
373   background-image:      -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);    
374   background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));    
375   background-image:         linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);    
376   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);    
377   background-repeat: repeat-x;    
378   border-color: #b2dba1;    
379 }    
380 .alert-info {    
381   background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);    
382   background-image:      -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);    
383   background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));    
384   background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);    
385   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);    
386   background-repeat: repeat-x;    
387   border-color: #9acfea;    
388 }    
389 .alert-warning {    
390   background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);    
391   background-image:      -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);    
392   background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));    
393   background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);    
394   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);    
395   background-repeat: repeat-x;    
396   border-color: #f5e79e;    
397 }    
398 .alert-danger {    
399   background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);    
400   background-image:      -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);    
401   background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));    
402   background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);    
403   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);    
404   background-repeat: repeat-x;    
405   border-color: #dca7a7;    
406 }    
407 .progress {    
408   background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);    
409   background-image:      -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);    
410   background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));    
411   background-image:         linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);    
412   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);    
413   background-repeat: repeat-x;    
414 }    
415 .progress-bar {    
416   background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);    
417   background-image:      -o-linear-gradient(top, #337ab7 0%, #286090 100%);    
418   background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));    
419   background-image:         linear-gradient(to bottom, #337ab7 0%, #286090 100%);    
420   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);    
421   background-repeat: repeat-x;    
422 }    
423 .progress-bar-success {    
424   background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);    
425   background-image:      -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);    
426   background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));    
427   background-image:         linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);    
428   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);    
429   background-repeat: repeat-x;    
430 }    
431 .progress-bar-info {    
432   background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);    
433   background-image:      -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);    
434   background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));    
435   background-image:         linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);    
436   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);    
437   background-repeat: repeat-x;    
438 }    
439 .progress-bar-warning {    
440   background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);    
441   background-image:      -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);    
442   background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));    
443   background-image:         linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);    
444   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);    
445   background-repeat: repeat-x;    
446 }    
447 .progress-bar-danger {    
448   background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);    
449   background-image:      -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);    
450   background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));    
451   background-image:         linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);    
452   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);    
453   background-repeat: repeat-x;    
454 }    
455 .progress-bar-striped {    
456   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);    
457   background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);    
458   background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);    
459 }    
460 .list-group {    
461   border-radius: 4px;    
462   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);    
463           box-shadow: 0 1px 2px rgba(0, 0, 0, .075);    
464 }    
465 .list-group-item.active,    
466 .list-group-item.active:hover,    
467 .list-group-item.active:focus {    
468   text-shadow: 0 -1px 0 #286090;    
469   background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);    
470   background-image:      -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);    
471   background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));    
472   background-image:         linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);    
473   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);    
474   background-repeat: repeat-x;    
475   border-color: #2b669a;    
476 }    
477 .list-group-item.active .badge,    
478 .list-group-item.active:hover .badge,    
479 .list-group-item.active:focus .badge {    
480   text-shadow: none;    
481 }    
482 .panel-default > .panel-heading {    
483   background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);    
484   background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);    
485   background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));    
486   background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);    
487   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);    
488   background-repeat: repeat-x;    
489 }    
490 .panel-primary > .panel-heading {    
491   background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);    
492   background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);    
493   background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));    
494   background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);    
495   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);    
496   background-repeat: repeat-x;    
497 }    
498 .panel-success > .panel-heading {    
499   background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);    
500   background-image:      -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);    
501   background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));    
502   background-image:         linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);    
503   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);    
504   background-repeat: repeat-x;    
505 }    
506 .panel-info > .panel-heading {    
507   background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);    
508   background-image:      -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);    
509   background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));    
510   background-image:         linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);    
511   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);    
512   background-repeat: repeat-x;    
513 }    
514 .panel-warning > .panel-heading {    
515   background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);    
516   background-image:      -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);    
517   background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));    
518   background-image:         linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);    
519   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);    
520   background-repeat: repeat-x;    
521 }    
522 .panel-danger > .panel-heading {    
523   background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);    
524   background-image:      -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);    
525   background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));    
526   background-image:         linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);    
527   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);    
528   background-repeat: repeat-x;    
529 }    
530 .well {    
531   background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);    
532   background-image:      -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);    
533   background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));    
534   background-image:         linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);    
535   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);    
536   background-repeat: repeat-x;    
537   border-color: #dcdcdc;    
538   -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);    
539           box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);    
540 }    
541 /*# sourceMappingURL=bootstrap-theme.css.map */